Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 4 - Colors and Color-Related Objects / Colors and Color-Related Objects Reference
Constants and Data Types


The Color Set Object

QuickDraw GX provides you with access to an individual color set object through a gxColorSet reference:

typedef struct gxPrivateColorSetRecord *gxColorSet;
In this type definition, gxColorSet is a type-checked reference, not an actual pointer to any defined structure. The contents of the color set object are private.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996